object frmITCommanderSetup: TfrmITCommanderSetup Left = 242 Top = 247 BorderIcons = [] BorderStyle = bsDialog Caption = '... finalizing setup' ClientHeight = 848 ClientWidth = 1090 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 8 Top = 586 Width = 160 Height = 13 Caption = '(c) Copyright 1995-2004 Auscomp' end object btOk: TButton Left = 1012 Top = 820 Width = 75 Height = 23 Anchors = [akRight, akBottom] Caption = 'Save' Default = True TabOrder = 0 Visible = False OnClick = btOkClick end object PageControl1: TPageControl Left = 8 Top = 8 Width = 1075 Height = 830 ActivePage = TabSheet1 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 1 object TabSheet1: TTabSheet BorderWidth = 10 Caption = 'Auscomp IT Commander' object grpServerName: TGroupBox Left = 2 Top = 0 Width = 450 Height = 200 Caption = ' Domain Name / Server Name [:Port] ' Font.Charset = DEFAULT_CHARSET Font.Color = clActiveCaption Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object lblDomainName: TLabel Left = 90 Top = 26 Width = 31 Height = 13 Caption = 'http://' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblTip1: TLabel Left = 128 Top = 46 Width = 273 Height = 17 AutoSize = False Caption = 'Usually the name of your sever.' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object edDomainName: TEdit Left = 128 Top = 22 Width = 271 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = False TabOrder = 0 end object btNext1: TButton Left = 364 Top = 164 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 1 OnClick = btNext1Click end end object grpMailOut: TGroupBox Left = 550 Top = 0 Width = 450 Height = 200 Caption = ' Outgoing Mail Settings ' Font.Charset = DEFAULT_CHARSET Font.Color = clActiveCaption Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 object lblSMTPServer: TLabel Left = 54 Top = 28 Width = 67 Height = 13 Alignment = taRightJustify Caption = 'SMTP Server:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblEmailFrom: TLabel Left = 50 Top = 70 Width = 70 Height = 13 Alignment = taRightJustify Caption = 'EMail Address:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblTip5: TLabel Left = 263 Top = 90 Width = 138 Height = 39 Alignment = taRightJustify Caption = 'Used in "From" field of every email sent by Auscomp IT Commander' + '.' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblSMTPUser: TLabel Left = 94 Top = 119 Width = 25 Height = 13 Alignment = taRightJustify Caption = 'User:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblSMTPPass: TLabel Left = 72 Top = 143 Width = 49 Height = 13 Caption = 'Password:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblSMTPPort: TLabel Left = 312 Top = 26 Width = 22 Height = 13 Caption = 'Port:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblTip4: TLabel Left = 128 Top = 46 Width = 271 Height = 26 AutoSize = False Caption = 'The Mail Server used to send emails' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object edSMTPServer: TEdit Left = 128 Top = 22 Width = 179 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object edEmailFrom: TEdit Left = 128 Top = 66 Width = 271 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object edSMTPUser: TEdit Left = 128 Top = 115 Width = 110 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end object edSMTPPass: TEdit Left = 128 Top = 139 Width = 110 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 end object cbAuth: TCheckBox Left = 246 Top = 112 Width = 151 Height = 19 Caption = 'Authentication needed' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object edSMTPPort: TEdit Left = 342 Top = 22 Width = 57 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object btBack4: TButton Left = 286 Top = 164 Width = 75 Height = 25 Caption = '< Back' TabOrder = 6 OnClick = btNext1Click end object btNext4: TButton Left = 364 Top = 164 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 7 OnClick = btNext1Click end end object grpYourCompany: TGroupBox Left = 0 Top = 364 Width = 450 Height = 200 Caption = ' Your Company ' Font.Charset = DEFAULT_CHARSET Font.Color = clActiveCaption Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 object lblLogo: TLabel Left = 70 Top = 66 Width = 52 Height = 13 Alignment = taRightJustify Caption = 'Logo Path:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblTitle: TLabel Left = 98 Top = 24 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Title:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblTip2: TLabel Left = 128 Top = 88 Width = 271 Height = 19 AutoSize = False Caption = 'Your help desk title and company logo' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object edLogo: TEdit Left = 128 Top = 62 Width = 271 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Text = '/itcommander/images/normal/YourLogo.gif' end object edTitle: TEdit Left = 128 Top = 22 Width = 271 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Text = 'Your Intranet help desk title here' end object btNext2: TButton Left = 364 Top = 164 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 2 OnClick = btNext1Click end object btBack2: TButton Left = 286 Top = 164 Width = 75 Height = 25 Caption = '< Back' TabOrder = 3 OnClick = btNext1Click end end object Panel1: TPanel Left = 2 Top = 206 Width = 449 Height = 51 BevelOuter = bvLowered Caption = 'Panel1' Color = clInfoBk Font.Charset = DEFAULT_CHARSET Font.Color = clInfoBk Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 object Label8: TLabel Left = 6 Top = 4 Width = 437 Height = 59 AutoSize = False Caption = 'To complete the Auscomp IT Commander setup, please provide the a' + 'bove information. If you are unsure, leave the default settings.' + ' They can be manually changed later in the Administrator Menu > ' + 'System > Configuration.' Color = clInfoBk Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False WordWrap = True end end object grpDate: TGroupBox Left = 2 Top = 572 Width = 450 Height = 200 Caption = ' Date ' Font.Charset = DEFAULT_CHARSET Font.Color = clActiveCaption Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 object lblDataFormat: TLabel Left = 58 Top = 24 Width = 61 Height = 13 Caption = 'Date Format:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblDateSeparator: TLabel Left = 282 Top = 26 Width = 75 Height = 13 Alignment = taRightJustify Caption = 'Date Separator:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object edDateFormat: TComboBox Left = 128 Top = 22 Width = 97 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 Text = 'mm/dd/yyyy' Items.Strings = ( 'mm/dd/yyyy' 'dd/mm/yyyy') end object edDateSeparator: TEdit Left = 364 Top = 22 Width = 19 Height = 21 TabOrder = 1 Text = '/' end object btBack3: TButton Left = 286 Top = 164 Width = 75 Height = 25 Caption = '< Back' TabOrder = 2 OnClick = btNext1Click end object btNext3: TButton Left = 364 Top = 164 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 3 OnClick = btNext1Click end end object grpMailReceive: TGroupBox Left = 550 Top = 224 Width = 450 Height = 200 Caption = ' Email Account used to receive requests via email ' Font.Charset = DEFAULT_CHARSET Font.Color = clActiveCaption Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 object lblPOP3Host: TLabel Left = 56 Top = 28 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'POP3 Server:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblPOP3User: TLabel Left = 96 Top = 58 Width = 25 Height = 13 Alignment = taRightJustify Caption = 'User:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblPOP3Pass: TLabel Left = 72 Top = 80 Width = 49 Height = 13 Alignment = taRightJustify Caption = 'Password:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblPOP3Port: TLabel Left = 312 Top = 28 Width = 22 Height = 13 Caption = 'Port:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 128 Top = 104 Width = 289 Height = 17 AutoSize = False Caption = 'POP3 Account you want to use for receiving requests via email.' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object edPOP3Host: TEdit Left = 128 Top = 22 Width = 179 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object edPOP3User: TEdit Left = 128 Top = 54 Width = 110 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object edPOP3Pass: TEdit Left = 128 Top = 78 Width = 110 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object edPOP3Port: TEdit Left = 340 Top = 22 Width = 55 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object btBack5: TButton Left = 286 Top = 164 Width = 75 Height = 25 Caption = '< Back' TabOrder = 4 OnClick = btNext1Click end object btNext5: TButton Left = 364 Top = 164 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 5 OnClick = btNext1Click end end object grpTask: TGroupBox Left = 550 Top = 432 Width = 450 Height = 200 Caption = ' Scheduled Task Configuration ' Font.Charset = DEFAULT_CHARSET Font.Color = clActiveCaption Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 object lblInterval: TLabel Left = 32 Top = 26 Width = 89 Height = 13 Alignment = taRightJustify Caption = 'Interval in Minutes:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblTaskPermission: TLabel Left = 128 Top = 107 Width = 297 Height = 16 AutoSize = False Caption = 'Needs permission to create Windows Tasks' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblPassword1: TLabel Left = 73 Top = 131 Width = 49 Height = 13 Alignment = taRightJustify Caption = 'Password:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblPassword2: TLabel Left = 83 Top = 155 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Confirm: ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblAccount: TLabel Left = 32 Top = 89 Width = 90 Height = 13 Alignment = taRightJustify Caption = 'Windows Account:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 128 Top = 46 Width = 311 Height = 31 AutoSize = False Caption = 'Intervals in which Auscomp IT Commander processes events (Sends ' + '&& retrieves emails and executes tasks)' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object edInterval: TEdit Left = 128 Top = 22 Width = 49 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Text = '5' end object edAccount: TEdit Left = 128 Top = 84 Width = 129 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object edPassword1: TEdit Left = 128 Top = 127 Width = 129 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 2 end object edPassword2: TEdit Left = 128 Top = 151 Width = 129 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 3 end object btBack6: TButton Left = 288 Top = 164 Width = 75 Height = 25 Caption = '< Back' TabOrder = 4 OnClick = btNext1Click end object btnFinish: TButton Left = 364 Top = 164 Width = 75 Height = 25 Caption = 'Finish' TabOrder = 5 OnClick = btOkClick end end end object tsApache: TTabSheet BorderWidth = 10 Caption = 'Apache Web Server' ImageIndex = 1 object Label6: TLabel Left = 44 Top = 10 Width = 102 Height = 13 Caption = 'Apache Configuration' end object Image2: TImage Left = 0 Top = 0 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object GroupBox1: TGroupBox Left = 0 Top = 46 Width = 404 Height = 85 Caption = ' Path to Apache configuration file (HTTPD.CONF) ' Font.Charset = DEFAULT_CHARSET Font.Color = clActiveCaption Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object edHTTPDConf: TEdit Left = 8 Top = 20 Width = 385 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Text = 'C:\Program Files\Apache Group\Apache\conf\httpd.conf' end object Button1: TButton Left = 319 Top = 50 Width = 74 Height = 23 Caption = 'Browse...' TabOrder = 1 OnClick = Button1Click end end end end object OD: TOpenDialog DefaultExt = 'conf' Filter = 'Apache Config File|httpd.conf' InitialDir = 'C:\Program Files\Apache Group\Apache\conf' Left = 54 Top = 794 end object LangControl: TLangControl Language = 'English' Left = 510 Top = 14 LanguageManager_Langs = < item Name = 'English' SubIndex = 0 end item Name = 'German' SubIndex = 1 end> LanguageManager_Comps = < item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0C000000000100003C205A7572FC636B} end> SubType = [stPubPropObject] Ref = btBack2 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0C000000000100003C205A7572FC636B} end> SubType = [stPubPropObject] Ref = btBack3 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0C000000000100003C205A7572FC636B} end> SubType = [stPubPropObject] Ref = btBack4 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0C000000000100003C205A7572FC636B} end> SubType = [stPubPropObject] Ref = btBack5 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0C000000000100003C205A7572FC636B} end> SubType = [stPubPropObject] Ref = btBack6 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0E00000000010000566F7277E4727473203E} end> SubType = [stPubPropObject] Ref = btNext1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0E00000000010000566F7277E4727473203E} end> SubType = [stPubPropObject] Ref = btNext2 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0E00000000010000566F7277E4727473203E} end> SubType = [stPubPropObject] Ref = btNext3 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0E00000000010000566F7277E4727473203E} end> SubType = [stPubPropObject] Ref = btNext4 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0E00000000010000566F7277E4727473203E} end> SubType = [stPubPropObject] Ref = btNext5 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0A00000000010000466572746967} end> SubType = [stPubPropObject] Ref = btnFinish end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0B000000000100005369636865726E} end> SubType = [stPubPropObject] Ref = btOk end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {110000000001000041757377E4686C656E202E2E2E} end> SubType = [stPubPropObject] Ref = Button1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 1C0000000001000041757468656E746973696572756E672062656EF674696774} end> SubType = [stPubPropObject] Ref = cbAuth end item Items = < item Name = 'Items' Items = <> Props = < item Name = 'Strings[0]' Kind = tkString Count = 2 Values = {0E000000000100006D6D2D64642D79797979} end item Name = 'Strings[1]' Kind = tkString Count = 2 Values = {0E0000000001000064642D6D6D2D79797979} end> SubType = [stTStringsObject] end> Props = < item Name = 'Text' Kind = tkLString Count = 2 Values = {0E000000000100006D6D2D64642D79797979} end> SubType = [stPubPropObject] Ref = edDateFormat end item Items = <> Props = < item Name = 'Text' Kind = tkLString Count = 2 Values = {05000000000100002D} end> SubType = [stPubPropObject] Ref = edDateSeparator end item Items = <> Props = < item Name = 'Text' Kind = tkLString Count = 2 Values = { 3800000000010000433A5C50726F6772616D2046696C65735C41706163686520 47726F75705C4170616368655C636F6E665C68747470642E636F6E66} end> SubType = [stPubPropObject] Ref = edHTTPDConf end item Items = <> Props = < item Name = 'Text' Kind = tkLString Count = 2 Values = {050000000001000035} end> SubType = [stPubPropObject] Ref = edInterval end item Items = <> Props = < item Name = 'Text' Kind = tkLString Count = 2 Values = { 2B000000000100002F6974636F6D6D616E6465722F696D616765732F6E6F726D 616C2F596F75724C6F676F2E676966} end> SubType = [stPubPropObject] Ref = edLogo end item Items = <> Props = < item Name = 'Text' Kind = tkLString Count = 2 Values = { 200000000001000049687220496E7472616E65742048656C70204465736B2054 6974656C} end> SubType = [stPubPropObject] Ref = edTitle end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1B000000000100002E2E2E205365747570206665727469677374656C6C656E} end> SubType = [stPubPropObject] Ref = Owner end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 27000000000100002050666164207A7520417061636865202248545450442E43 4F4E46222044617465693A} end> SubType = [stPubPropObject] Ref = GroupBox1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0900000000010000446174756D} end> SubType = [stPubPropObject] Ref = grpDate end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 2200000000010000204162676568656E646520506F73742045696E7374656C6C 756E67656E20} end> SubType = [stPubPropObject] Ref = grpMailOut end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 3B0000000001000020456D61696C204B6F6E746F206461732064696520456D61 696C20416E66726167656E207A75676573636869636B742062656B6F6D6D74} end> SubType = [stPubPropObject] Ref = grpMailReceive end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 270000000001000020446F6D61696E204E616D65202F20536572766572204E61 6D65205B3A506F72745D20} end> SubType = [stPubPropObject] Ref = grpServerName end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 2200000000010000205363686564756C6564205461736B204B6F6E6669677572 6174696F6E20} end> SubType = [stPubPropObject] Ref = grpTask end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0F000000000100002049687265204669726D61} end> SubType = [stPubPropObject] Ref = grpYourCompany end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 3B00000000010000504F50332D4B6F6E746F20646173205369652066FC722045 6D61696C20416E66726167656E2076657277656E64656E20776F6C6C656E2E} end> SubType = [stPubPropObject] Ref = Label1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 230000000001000028632920436F7079726967687420313939352D3230303420 417573636F6D70} end> SubType = [stPubPropObject] Ref = Label3 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 7700000000010000496E74657276616C6C6520696E2064657220417573636F6D 7020495420436F6D6D616E6465722050726F7A65DF7363687269747465206475 72636866FC6872742028456D61696C73206162686F6C656E2026262076657273 636869636B656E20756E64205461736B732061757366FC68727429} end> SubType = [stPubPropObject] Ref = Label4 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1800000000010000417061636865204B6F6E66696775726174696F6E} end> SubType = [stPubPropObject] Ref = Label6 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { D000000000010000556D2064696520417573636F6D7020495420436F6D6D616E 64657220696E7374616C6C696572756E67207A75206265656E64656E2C2066FC 6C6C656E2053696520626974746520646965206F62656E20616E676566FC6872 74656E2046656C646572206175732E20536965206BF66E6E656E206469652056 6F7267616265646174656E20756E766572E46E64657274206C617373656E2075 6E64207370E474657220696E20224D656E75203E2053797374656D203E204B6F 6E66696775726174696F6E2220E46E6465726E2E} end> SubType = [stPubPropObject] Ref = Label8 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1A0000000001000057696E646F77732042656E75747A65726B6F6E746F3A} end> SubType = [stPubPropObject] Ref = lblAccount end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1100000000010000446174756D73666F726D61743A} end> SubType = [stPubPropObject] Ref = lblDataFormat end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1400000000010000446174756D20536570657261746F723A} end> SubType = [stPubPropObject] Ref = lblDateSeparator end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0B00000000010000687474703A2F2F} end> SubType = [stPubPropObject] Ref = lblDomainName end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1200000000010000454D61696C20416472657373653A} end> SubType = [stPubPropObject] Ref = lblEmailFrom end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1A00000000010000496E74657276616C6C6520696E204D696E7574656E3A} end> SubType = [stPubPropObject] Ref = lblInterval end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0E000000000100004C6F676F20506661643A} end> SubType = [stPubPropObject] Ref = lblLogo end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0D0000000001000050617373776F72743A} end> SubType = [stPubPropObject] Ref = lblPassword1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {100000000001000042657374E4746967656E3A20} end> SubType = [stPubPropObject] Ref = lblPassword2 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1000000000010000504F5033205365727665723A} end> SubType = [stPubPropObject] Ref = lblPOP3Host end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0D0000000001000050617373776F72743A} end> SubType = [stPubPropObject] Ref = lblPOP3Pass end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0900000000010000506F72743A} end> SubType = [stPubPropObject] Ref = lblPOP3Port end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0D0000000001000042656E75747A65723A} end> SubType = [stPubPropObject] Ref = lblPOP3User end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0D0000000001000050617373776F72743A} end> SubType = [stPubPropObject] Ref = lblSMTPPass end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0900000000010000506F72743A} end> SubType = [stPubPropObject] Ref = lblSMTPPort end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1000000000010000534D5450205365727665723A} end> SubType = [stPubPropObject] Ref = lblSMTPServer end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0D0000000001000042656E75747A65723A} end> SubType = [stPubPropObject] Ref = lblSMTPUser end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 37000000000100004272617563687420426572656368746967756E6720756D20 57696E646F7773205461736B73207A752065727374656C6C656E2E} end> SubType = [stPubPropObject] Ref = lblTaskPermission end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 20000000000100004E6F726D616C657277656973652064657220536572766572 6E616D65} end> SubType = [stPubPropObject] Ref = lblTip1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 300000000001000049687220496E7472616E65742048656C70204465736B2054 6974656C20756E64204669726D656E204C6F676F} end> SubType = [stPubPropObject] Ref = lblTip2 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 2C0000000001000044657220534D545020536572766572206465722064696520 456D61696C732076657273656E646574} end> SubType = [stPubPropObject] Ref = lblTip4 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = { 3A0000000001000022566F6D2046656C642220696E20456D61696C2067657365 6E6465742062656920417573636F6D7020495420436F6D6D616E6465722E} end> SubType = [stPubPropObject] Ref = lblTip5 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0A00000000010000546974656C3A} end> SubType = [stPubPropObject] Ref = lblTitle end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {0A0000000001000050616E656C31} end> SubType = [stPubPropObject] Ref = Panel1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {1800000000010000417573636F6D7020495420436F6D6D616E646572} end> SubType = [stPubPropObject] Ref = TabSheet1 end item Items = <> Props = < item Name = 'Caption' Kind = tkLString Count = 2 Values = {15000000000100004170616368652057656220536572766572} end> SubType = [stPubPropObject] Ref = tsApache end item Items = < item Name = 'Resources' Items = <> Props = < item Name = 'AccoutPasswordMissing' Kind = tkLString Index = 0 Count = 2 Values = { 530000000001000042697474652042656E75747A65726B656E6E776F7274206F 6465722050617373776F72742066FC722057696E646F7773205461736B205363 686564756C65722053657475702065696E676562656E2E} end item Name = 'PasswordNotSame' Kind = tkLString Index = 1 Count = 2 Values = { 480000000001000050617373776F727473207374696D6D656E206E6963687420 FC62657265696E2E2042697474652076657273756368656E2053696520657320 6E6F63682065696E6D616C2E} end item Name = 'sACTIVEDS_NOT_FOUND' Kind = tkLString Index = 2 Count = 2 Values = { F900000000010000417573636F6D7020495420436F6D6D616E64657220494953 20696E7374616C6C6174696F6E2061626F727465642E20526561736F6E3A4163 74697665204469726563746F727920536572766963657320496E746572666163 65206973206E6F7420696E7374616C6C6564206F6E207468697320636F6D7075 7465722E20506C656173652076697369743A20687474703A2F2F7777772E6D69 63726F736F66742E636F6D2F57696E646F777339352F646F776E6C6F6164732F 636F6E74656E74732F57554F746865722F4144534932352F44656661756C742E 61737020666F722064657461696C7320616E6420646F776E6C6F61642E} end item Name = 'sNO_ONE_WEB_SERVER_INSTALLED' Kind = tkLString Index = 3 Count = 2 Values = { 74000000000100004B65696E656E205765622053657276657220676566756E64 656E2E20426974746520696E7374616C6C696572656E205369652065696E656E 2057656220536572766572206265766F722053696520417573636F6D70204954 20436F6D6D616E64657220696E7374616C6C696572656E2E} end item Name = 'sAPACHE_CONFIG_FILE_NOT_FOUND' Kind = tkLString Index = 4 Count = 2 Values = { AE00000000010000417061636865204B6F6E66696775726174696F6E73646174 6569202268747470642E636F6E6622206E6963687420676566756E64656E2E20 4269747465206C6573656E20536965206461732022496E7374616C6C6174696F 6E732026204B6F6E66696775726174696F6E7322204D616E75616C2077696520 6D616E20417573636F6D7020495420436F6D6D616E64657220756E7465722041 706163686520696E7374616C6C696572742E} end item Name = 'setupIIS' Kind = tkLString Index = 5 Count = 2 Values = { 4D00000000010000417573636F6D7020495420436F6D6D616E64657220756E74 6572204949532028496E7465726E657420496E666F726D6174696F6E20536572 7665722920696E7374616C6C696572742E} end item Name = 'setupApache' Kind = tkLString Index = 6 Count = 2 Values = { 3D00000000010000417573636F6D7020495420436F6D6D616E64657220756E74 657220417061636865205765622053657276657220696E7374616C6C69657274 2E} end item Name = 'sNO_CRON_JOB_INSTALLED' Kind = tkLString Index = 7 Count = 2 Values = { AA0000000001000057696E646F7773205363686564756C65205461736B732069 6E7374616C6C6174696F6E206665686C67657363686C6167656E2E2042697474 65206C6573656E20536965206461732022496E7374616C6C6174696F6E732026 204B6F6E66696775726174696F6E7322204D616E75616C207769652041757363 6F6D7020495420436F6D6D616E646572204576656E4D616E6167657220696E73 74616C6C6965727420776972642E} end item Name = 'InvalidSMTPServer' Kind = tkLString Index = 8 Count = 2 Values = { 1F00000000010000426974746520534D5054205365727665722065696E676562 656E2E} end> SubType = [stTStringsObject, stNoValidate] end> Props = <> SubType = [stPubPropObject] Ref = LangControl end> LanguageManager_Names = 'AccoutPasswordMissing'#13#10'PasswordNotSame'#13#10'sACTIVEDS_NOT_FOUND'#13#10'sNO' + '_ONE_WEB_SERVER_INSTALLED'#13#10'sAPACHE_CONFIG_FILE_NOT_FOUND'#13#10'setupI' + 'IS'#13#10'setupApache'#13#10'sNO_CRON_JOB_INSTALLED'#13#10'InvalidSMTPServer'#13#10 LanguageManager_Values = 'Account name or password for starting Task Scheduler is not spec' + 'ified'#13#10'The passwords are not the same. Please check and try agai' + 'n'#13#10'Auscomp IT Commander IIS installation aborted. Reason:Active ' + 'Directory Services Interface is not installed on this computer. ' + 'Please visit: http://www.microsoft.com/Windows95/downloads/conte' + 'nts/WUOther/ADSI25/Default.asp for details and download.'#13#10'No web' + ' server is configured properly. Please install a Web Server firs' + 't and then try setup again'#13#10'Apache config file httpd.conf not fo' + 'und. Apache installation aborted. Please read "Installation and ' + 'Configuration" manual how to setup Auscomp IT Commander manually' + ' under Apache.'#13#10'Auscomp IT Commander under IIS (Internet Informa' + 'tion Server) installed.'#13#10'Auscomp IT Commander under Apache Web S' + 'erver installed.'#13#10'Windows Schedule Task is not configured proper' + 'ly. Please read "Installation & Configuration" manual for config' + 'uration steps.'#39#13#10'Please provide a vaild SMPT server.'#13#10 end end